net.ipv6ZoneCache.toName (field)
7 uses
net (current package)
interface.go#L186: toName map[int]string // interface index to its name
interface.go#L191: toName: make(map[int]string),
interface.go#L212: zc.toName = make(map[int]string, len(ift))
interface.go#L216: if _, ok := zc.toName[ifi.Index]; !ok {
interface.go#L217: zc.toName[ifi.Index] = ifi.Name
interface.go#L230: name, ok := zoneCache.toName[index]
interface.go#L235: name, ok = zoneCache.toName[index]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |